Results

Found 1 search results for: hybrid institutions

Tadeusz Truskolaski, Kamil Waligóra (2019/4, Articles, p. 452)

The Role of the Białystok Science and Technology Park in Implementing the Smart City Concept

The article contains a critical analysis of the Triple Helix model – both on a theoretical plane and in the context of its application to the functioning of the Białystok Science and Technology Park (BSTP). The authors stress that the Triple Helix model should be adjusted to local conditions. Its implementation requires modifications that take into account both the current state and future (...)




query('SET character_set_connection=utf8'); $wynik2 = $dba->query('SET character_set_client=utf8'); $wynik2 = $dba->query('SET character_set_results=utf8'); echo "
"; $zapytanie2 = "select * from ksiazki where isbn > 99999999 and wyczerpany = '0' and oferta_specjalna = '0'"; $wynik2 = $dba->query($zapytanie2); $ile2 = $wynik2->num_rows; $rmax = rand(1, $ile2); for ($i = 1; $i <= $rmax; $i++) { $wiersz2 = $wynik2->fetch_assoc(); } $isbn = stripslashes($wiersz2['isbn']); $tytul = stripslashes($wiersz2['tytul']); $autor = stripslashes($wiersz2['autor']); $cenadet = stripslashes($wiersz2['cenadet']); $cenaprom = stripslashes($wiersz2['cenaprom']); $cenapdf = stripslashes($wiersz2['cenapdf']); $strony = stripslashes($wiersz2['liczbastron']); $oprawa = stripslashes($wiersz2['oprawa']); echo "
"; echo ""; echo "

"; echo "$tytul
$autor

"; echo $strony." stron"; if ($oprawa) { echo ", oprawa twarda"; } echo "
"; echo "Cena: "; if ($cenaprom>0) { echo "".dziesietne($cenaprom)." zł"; } else { echo "".dziesietne($cenadet)." zł"; } if ($cenapdf>0) { echo "   Cena PDF: ".dziesietne($cenapdf)." zł"; } echo "

"; echo "

Sprzedaż
wysyłkowa
"; echo "
"; echo "
"; echo "
"; $zapytanie2 = "select * from ksiazki where isbn > 99999999 and isbn != '".$isbn."' and wyczerpany = '0' and oferta_specjalna = '0'"; $wynik2 = $dba->query($zapytanie2); $ile2 = $wynik2->num_rows; $rmax = rand(1, $ile2); for ($i = 1; $i <= $rmax; $i++){ $wiersz2 = $wynik2->fetch_assoc(); } $isbn = stripslashes($wiersz2['isbn']); $tytul = stripslashes($wiersz2['tytul']); $autor = stripslashes($wiersz2['autor']); $cenadet = stripslashes($wiersz2['cenadet']); $cenapdf = stripslashes($wiersz2['cenapdf']); $strony = stripslashes($wiersz2['liczbastron']); $oprawa = stripslashes($wiersz2['oprawa']); echo "
"; echo ""; echo "

"; echo "$tytul
$autor

"; echo $strony." stron"; if ($oprawa){ echo ", oprawa twarda"; } echo "
"; echo "Cena: "; echo "".dziesietne($cenadet)." zł"; if ($cenapdf>0){ echo "   Cena PDF: ".dziesietne($cenapdf)." zł"; } echo "

"; echo "

Sprzedaż
wysyłkowa
"; echo "
"; echo "
"; echo "
"; echo "

"; $dba->close(); ?>